• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results for query: "pecl" "install" "Debian"

  1. L

    Resolved Install SSH2 PHP81 PECL error

    Hey guys, I tried to install SSH2 on Debian 11 with the following command: plesk bin php_handler --extension-install ssh2 -id plesk-php81-fpm but I got the following error: ...grep: write error: Broken pipe Configuring for: PHP Api Version: Zend Module Api No: Zend Extension Api No...
  2. P

    Issue PLESK 18.0.44 Ioncube loader 12 PHP 8.1

    I am not sure about compatibility, especially as you are on Debian 9 which is not supported by Plesk any longer. The PECL installer is not available in your outdated version, but available in Plesk 18.0.49 or newer. Maybe you can try a manual install as described in this post: Issue - How to...
  3. N

    Resolved Cannot install any pecl module PHP 8.0

    Hello Everyone, I need to install mongodb php extension into my pesk with different PHP version. Here is the problem: Launch the command: # /opt/plesk/php/8.0/bin/pecl version PEAR Version: 1.10.13 PHP Version: 8.0.25 Zend Engine Version: 4.0.25 Running on: Linux vps-db******...
  4. E

    Resolved Debian / oci8 extension for PHP 7.4

    Hi all, We have problem to install oci8 extension. 5 years ago we have informations from Igor (Resolved - Fedora 7 / Plesk Onyx : oci8 extension). We must install again oci8, but now: Plesk Obsedian 18.0.42 Debian 11 PHP FTM 7.4 We did this: Last instantclicent: -...
  5. E

    Resolved Fedora 7 / Plesk Onyx : oci8 extension

    Hi Igor, We must install again oci8, but now: Plesk Obsedian 18.0.42 Debian 11 PHP FTM 7.4 We did this: Last instantclicent: - https://download.oracle.com/otn_software/linux/instantclient/1914000/instantclient-basic-linux.x64-19.14.0.0.0dbru.zip -...
  6. S

    Question PHP 8 PECL SSH2

    Can someone tell me to install SSH2 PECL for PHP8? Debian 9 + Plesk /opt/plesk/php/8.0/bin/pecl install https://pecl.php.net/get/ssh2-1.3.1.tgz checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool...
  7. Pinuccio

    Resolved Install Extension MONGODB for PHP in DEBIAN 10

    Hello, I have problems installing the mongodb extension for php on Debian 10 and PLESK. I tried to install the extension using PECL. sudo /opt/plesk/php/7.4/bin/pecl install mongodb RESULT: Libraries have been installed in: /tmp/pear-build-root3CAfNf/mongodb-1.10.0/modules If you ever...
  8. IgorG

    Question 7.4 How to install "event" Module (Plugin) in PHP Version?

    You can use this method for CentOS or adapt it for Ubuntu/Debian: # yum install plesk-php74-devel gcc make libevent-devel # /opt/plesk/php/7.4/bin/pecl install event # echo "extension=event.so" > /opt/plesk/php/7.4/etc/php.d/event.ini # plesk bin php_handler --reread Then check that event...
  9. TimReeves

    Forwarded to devs php_handler --reread fails to find new modules

    Username: TimReeves TITLE php_handler --reread fails to find new modules PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Plesk Obsidian 18.0.34 Update #2, Debian 10 64 bit vServer PROBLEM DESCRIPTION For years I've been compiling and adding modules to Plesk PHP versions - for...
  10. Ankebut

    Resolved PHP SMB Client

    Thank you very much that was the gol :) For successors who do it wrong because they use debian or ubuntu; # ap-get install gcc make plesk-php74-dev libsmbclient-dev # /opt/plesk/php/7.4/bin/pecl install smbclient # echo "extension=smbclient.so" > /opt/plesk/php/7.4/etc/php.d/smbclient.ini #...
  11. M

    Instruction Installing VIPS on Plesk for PHP

    Just wanted to share my "selfmade" script to install VIPS for Plesk (Debian) This script(s) are made in a way so they will not fire any errors if things are already installed and will install everything necessary to make VIPS (for PHP) working, also no promts or anything else. I have tested...
  12. M

    Resolved Cant install VIPS for PHP

    Just wanted to share my "selfmade" script to install VIPS for Plesk (Debian) This script(s) are made in a way so they will not fire any errors if things are already installed and will install everything necessary to make VIPS (for PHP) working, also no promts or anything else. I have tested...
  13. M

    Resolved Cant install VIPS for PHP

    I'm searching for a tutorial like this one (How to install APCu module on Plesk server?) but just for installing VIPS for PHP. My System OS: Debian 9.11 Plesk: Obsidian 18.0.21 Update 5 PHP Versions: 7.1, 7.2, 7.3, 7.4 I already did this: 1. pre: yes '' | apt-get install libvips-dev...
  14. C

    Resolved Oauth install for PHP7 on Debian

    Hello, When proceeding to install Oauth for PHP7 on Debian using the following steps a make error follows at the end. /opt/plesk/php/7.0/bin/pecl install oauth install starts and finishes with.... compilation terminated. Makefile:181: recipe for target 'oauth.lo' failed make: *** [oauth.lo]...
  15. TristanA

    Resolved Install PHP APC - plesk-php56

    Hi, How do I install PHP APC on debian 8.9 and use PHP 5.6.31 Application FastCGI It's the same procedure => How to install an APC with Plesk ? Or do I use /opt/plesk/php/5.6/bin/pecl apc install ? Thanks for your help
  16. V

    Resolved Memcached installation problem on PHP5.6

    I'm using Ubuntu 16.04 and Plesk 17.5. I'm trying to install Memcached with: . This is what I'm getting: # /opt/plesk/php/5.6/bin/pecl install memcached pecl/memcached requires PHP (version >= 7.0.0), installed version is 5.6.30 pecl/memcached can optionally use PHP extension "igbinary" (version...
  17. IgorG

    Question Gearman php7

    Unfortunately I do not have Debian 8 at hand, but it will look something like this: # apt-get install plesk-php70-dev gcc make re2c libgearman-dev # cd /tmp # wget https://github.com/wcgallego/pecl-gearman/archive/master.zip # unzip master.zip # cd pecl-gearman-master #...
  18. Ankebut

    Resolved Debian Plesk 12.5 PHP 5.6

    why the PECL not work on me? :( with Plesk Onyx debian (deb8u2)? i receive always follow error: root@www ~ # /opt/plesk/php/5.6/etc/pecl install oauth-1.2.3 -bash: /opt/plesk/php/5.6/etc/pecl: No such file or directory root@www ~ # /opt/plesk/php/5.6/etc/pecl install oauth -bash...
  19. Ankebut

    Resolved Error installing mencached plesk 12.5 CentOS 6.7

    for debian User 1. Installing # apt-get install memcached php5-memcache # apt-get install memcached php5-memcached # /opt/plesk/php/5.6/bin/pecl install memcache # /opt/plesk/php/5.6/bin/pecl install memcached # echo "extension=memcache.so" > /opt/plesk/php/5.6/etc/php.d/memcache.ini #...
  20. U

    Question Upgrade openssl by vendor

    Hi Servus, using a ( trusted ) PPA from launchpad is a good solution to upgrade to non-standard packages, if you don't want to use the packages from your vendor on Debian/Ubuntu based systems. A wonderfull example are the PPA's from => Ondřej Surý for example: They are used by thousands of...
Back
Top